IsOutline
returns TRUE = if TrueType outline font would be chosen
for grafPort
FALSE = if bitmapped font would be chosen for
You can use the IsOutline function to find out whether the current grafPort the font scaling factors in the numer and denom parameters to the font named by the current grafPort, would choose an outline font for the grafPort. The
current setting of whether TrueType or bitmapped fonts are preferred may to find out what the current setting is.
The numer and denom parameters are of type Point, and each contains two short integers-the first is the numerator or denominator of the ratio for
vertical scaling; the second is the numerator or denominator of the ratio for
horizontal scaling. The Font Manager applies the font scaling factors to the font used in the current grafPort in order to calculate the measurements for
the glyphs in the block of text.
scaling factors in the numer and denom parameters to the font named by the current grafPort, would choose
an bitmapped font for the grafPort.
scaling factors in the numer and denom parameters to the font named by the current grafPort, would choose
a TrueType outline font for the grafPort.